SearchMemberPath Property (MultiAutoComplete<T>)
In This Topic
Gets or sets a string containing a comma-separated list of properties to use when searching for items.
Syntax
'Declaration
Public Overridable Property SearchMemberPath As String
public virtual string SearchMemberPath {get; set;}
See Also